List Settings
AutomatR.GoogleCalendar.Activities.ListSettings
The "List Settings" activity in AutomatR is part of the Google Calendar activities package, designed to retrieve a list of settings information related to the Google Calendar scope. This activity provides insight into various settings configured within a Google Calendar, enhancing the capabilities of automation workflows.
Properties
Name | Description |
---|---|
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "List Settings" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1. |
Output | |
Result | The result is stored as a Settings variable, which can be utilized in other subsequent activities. Variables of type Settings to store the retrieved settings information. |
How to use:
- Drag and drop the "List Settings" activity onto the workflow.
- Optionally, configure the delay for waiting before executing the activity.
- Connect subsequent activities within the "List Settings" activity to utilize the retrieved settings information.
- Execute the workflow to retrieve a list of settings related to the Google Calendar scope.
Example: Consider an example where the "List Settings" activity is used to retrieve settings information related to a Google Calendar:
List Settings:
Delay: 2
Result: calendarSettings
In this example, the activity retrieves a list of settings related to the Google Calendar with a 2-second delay. The result, a variable named "calendarSettings" of type Settings, can be utilized in subsequent Google Calendar activities within the same workflow.